home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <!--AviSynth plugin description version 1.1-->
- <plugin name="eDeen">
- <description />
- <filters>
- <filter name="eDeen" category="" helpfile="" type="">
- <description />
- <colorspaces/>
- <parameters>
- <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="False" paramList="False">
- <description />
- <items />
- </parameter>
- <parameter name="radius" type="int" default="7" max="20" min="0" step="0" optional="False" paramList="False">
- <description>Radius. 7 = (virtual) area of 15x15. (max : 20)</description>
- <items />
- </parameter>
- <parameter name="treshs_Y" type="int" default="14" max="255" min="0" step="0" optional="False" paramList="False">
- <description>threshold the bigger the stronger. ( max : 255 )</description>
- <items />
- </parameter>
- <parameter name="treshs_UV" type="int" default="21" max="255" min="0" step="0" optional="False" paramList="False">
- <description>threshold the bigger the stronger. ( max : 255 )</description>
- <items />
- </parameter>
- <parameter name="lowratio_Y" type="int" default="2" max="0" min="0" step="0" optional="False" paramList="False">
- <description>calm big thresholds with big radius,
- to allow a very powerfull filtering without too much artefacts
-
- (max : thresh/radius)</description>
- <items />
- </parameter>
- <parameter name="lowratio_UV" type="int" default="3" max="0" min="0" step="0" optional="False" paramList="False">
- <description>calm big thresholds with big radius,
- to allow a very powerfull filtering without too much artefacts
-
- (max : thresh/radius)</description>
- <items />
- </parameter>
- <parameter name="hqf" type="bool" default="false" max="0" min="0" step="0" optional="False" paramList="False">
- <description>High-Quality Chroma filtering.
- ahhh, another cool stuff . you can notice it, even
- with defaults parameters, especially on anime/cartoon content.
- desactivate if you want speed or if you don't filtre like a
- beast chroma</description>
- <items />
- </parameter>
- </parameters>
- </filter>
- </filters>
- </plugin>